geany_dlang ~master (2022-04-10T03:23:54.8738792)
Dub
Repo
sci_get_length
geany_d_binding
geany
sciwrappers
Gets the length of all text. * @param sci Scintilla widget. * @return Length.
extern (
System
) nothrow @
nogc
gint
sci_get_length
(
ScintillaObject
*
sci
)
Meta
Source
See Implementation
geany_d_binding
geany
sciwrappers
functions
sci_get_contents
sci_get_current_position
sci_get_length
Gets the length of all text. * @param sci Scintilla widget. * @return Length.